Esx Settings Clusters Software Reports ApplyImpact ClusterImpact

Esx Settings Clusters Software Reports ApplyImpact ClusterImpact
Esx Settings Clusters Software Reports ApplyImpact ClusterImpact

The Esx Settings Clusters Software Reports ApplyImpact ClusterImpact schema contains properties that describe the summary of how hosts within a cluster will be impacted during an apply operation.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "impact": [
        {
            "message": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            }
        }
    ],
    "host_impact": {
        "host_impact": [
            {
                "message": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                }
            }
        ]
    },
    "commit": "string",
    "host_info": {
        "host_info": {
            "name": "string",
            "is_vsan_witness": false
        }
    }
}
impact
Required

Impact of steps performed during the setup and cleanup phase of the apply operation.

This property was added in vSphere API 7.0.0.0.

object
host_impact
Required

Impact summary for each host within the clsuter.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: HostSystem. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: HostSystem.

string
commit
Required

Identifier of the commit on which the impact is generated.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.commit. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.commit.

object
host_info
Required

Information of hosts within the cluster.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: HostSystem. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: HostSystem.